func net/url.ishex 3 uses net/url (current package) url.go#L50: func ishex(c byte) bool { url.go#L210: if i+2 >= len(s) || !ishex(s[i+1]) || !ishex(s[i+2]) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)